Package system.xaml
Class XamlType
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xaml.XamlType
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XamlType extends NetObject
The base .NET class managing System.Xaml.XamlType, System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xaml.XamlType
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Xamlstatic java.lang.String
className
Qualified class name: System.Xaml.XamlTypestatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XamlType()
XamlType(java.lang.Object instance)
Internal constructor.XamlType(NetType underlyingType, XamlSchemaContext schemaContext)
XamlType(NetType underlyingType, XamlSchemaContext schemaContext, XamlTypeInvoker invoker)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
CanAssignTo(XamlType xamlType)
static XamlType
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXamlType
, a cast assert is made to check if types are compatible.boolean
Equals(XamlType other)
XamlMember
GetAliasedProperty(XamlDirective directive)
XamlMember
GetAttachableMember(java.lang.String name)
XamlType
getBaseType()
boolean
getConstructionRequiresArguments()
XamlMember
getContentProperty()
XamlTypeInvoker
getInvoker()
boolean
getIsAmbient()
boolean
getIsArray()
boolean
getIsCollection()
boolean
getIsConstructible()
boolean
getIsDictionary()
boolean
getIsGeneric()
boolean
getIsMarkupExtension()
boolean
getIsNameScope()
boolean
getIsNameValid()
boolean
getIsNullable()
boolean
getIsPublic()
boolean
getIsUnknown()
boolean
getIsUsableDuringInitialization()
boolean
getIsWhitespaceSignificantCollection()
boolean
getIsXData()
XamlType
getItemType()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class TypeXamlType
getKeyType()
XamlType
getMarkupExtensionReturnType()
XamlMember
GetMember(java.lang.String name)
java.lang.String
getName()
java.lang.String
getPreferredXamlNamespace()
XamlSchemaContext
getSchemaContext()
boolean
getTrimSurroundingWhitespace()
NetType
getUnderlyingType()
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Xaml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xaml.XamlType- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Constructor Detail
-
XamlType
public XamlType(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XamlType
public XamlType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XamlType
public XamlType(NetType underlyingType, XamlSchemaContext schemaContext) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
NotSupportedException
KeyNotFoundException
-
XamlType
public XamlType(NetType underlyingType, XamlSchemaContext schemaContext, XamlTypeInvoker invoker) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, ArgumentException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
NotSupportedException
ArgumentException
KeyNotFoundException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XamlType cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXamlType
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XamlType
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CanAssignTo
public boolean CanAssignTo(XamlType xamlType) throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException
-
Equals
public boolean Equals(XamlType other) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
GetAliasedProperty
public XamlMember GetAliasedProperty(XamlDirective directive) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, NotSupportedException, MissingManifestResourceException, XamlSchemaException, KeyNotFoundException
-
GetAttachableMember
public XamlMember GetAttachableMember(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, XamlSchemaException
-
GetMember
public XamlMember GetMember(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, NotImplementedException, XamlSchemaException
-
getConstructionRequiresArguments
public boolean getConstructionRequiresArguments() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getIsAmbient
public boolean getIsAmbient() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getIsArray
public boolean getIsArray() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotSupportedException, KeyNotFoundException, NotImplementedException
-
getIsCollection
public boolean getIsCollection() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotSupportedException, KeyNotFoundException, NotImplementedException
-
getIsConstructible
public boolean getIsConstructible() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getIsDictionary
public boolean getIsDictionary() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotSupportedException, KeyNotFoundException, NotImplementedException
-
getIsGeneric
public boolean getIsGeneric() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMarkupExtension
public boolean getIsMarkupExtension() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getIsNameScope
public boolean getIsNameScope() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getIsNameValid
public boolean getIsNameValid() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsNullable
public boolean getIsNullable() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getIsPublic
public boolean getIsPublic() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getIsUnknown
public boolean getIsUnknown() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
ThreadAbortException
-
getIsUsableDuringInitialization
public boolean getIsUsableDuringInitialization() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getIsWhitespaceSignificantCollection
public boolean getIsWhitespaceSignificantCollection() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getIsXData
public boolean getIsXData() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getTrimSurroundingWhitespace
public boolean getTrimSurroundingWhitespace() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, CultureNotFoundException, NotSupportedException, MissingManifestResourceException, XamlSchemaException
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPreferredXamlNamespace
public java.lang.String getPreferredXamlNamespace() throws java.lang.Throwable, ArgumentException, ThreadAbortException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, KeyNotFoundException, OutOfMemoryException, XamlSchemaException
-
getUnderlyingType
public NetType getUnderlyingType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInvoker
public XamlTypeInvoker getInvoker() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
ThreadAbortException
-
getContentProperty
public XamlMember getContentProperty() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotImplementedException, NotSupportedException, MissingManifestResourceException, XamlSchemaException, KeyNotFoundException
-
getSchemaContext
public XamlSchemaContext getSchemaContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBaseType
public XamlType getBaseType() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException
-
getItemType
public XamlType getItemType() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, ThreadAbortException, NotSupportedException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, XamlSchemaException
-
getKeyType
public XamlType getKeyType() throws java.lang.Throwable, ArgumentException, ArgumentNullException, KeyNotFoundException, InvalidOperationException, NotImplementedException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, XamlSchemaException
-
getMarkupExtensionReturnType
public XamlType getMarkupExtensionReturnType() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, InvalidOperationException, CultureNotFoundException, NotSupportedException, XamlSchemaException, TypeLoadException
-
-