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=9.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=9.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=9.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, XamlTypeInvoker invoker) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, NullReferenceException, KeyNotFoundException
-
XamlType
public XamlType(NetType underlyingType, XamlSchemaContext schemaContext) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, NullReferenceException, 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, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, FileLoadException, OutOfMemoryException, InvalidOperationException, CultureNotFoundException, SecurityException, KeyNotFoundException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
NotSupportedException
ArgumentNullException
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
FileLoadException
OutOfMemoryException
InvalidOperationException
CultureNotFoundException
SecurityException
KeyNotFoundException
-
Equals
public boolean Equals(XamlType other) throws java.lang.Throwable, NullReferenceException, ArgumentException, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
NullReferenceException
ArgumentException
PlatformNotSupportedException
NotSupportedException
-
GetAliasedProperty
public XamlMember GetAliasedProperty(XamlDirective directive) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, MissingMethodException, TargetInvocationException, MissingMemberException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException, KeyNotFoundException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
MissingMethodException
TargetInvocationException
MissingMemberException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
KeyNotFoundException
-
GetAttachableMember
public XamlMember GetAttachableMember(java.lang.String name) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, KeyNotFoundException, IndexOutOfRangeException, XamlSchemaException
-
GetMember
public XamlMember GetMember(java.lang.String name) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, KeyNotFoundException, IndexOutOfRangeException, XamlSchemaException
-
getConstructionRequiresArguments
public boolean getConstructionRequiresArguments() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getIsAmbient
public boolean getIsAmbient() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getIsArray
public boolean getIsArray() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, KeyNotFoundException
-
getIsCollection
public boolean getIsCollection() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, KeyNotFoundException
-
getIsConstructible
public boolean getIsConstructible() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getIsDictionary
public boolean getIsDictionary() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, KeyNotFoundException
-
getIsGeneric
public boolean getIsGeneric() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMarkupExtension
public boolean getIsMarkupExtension() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getIsNameScope
public boolean getIsNameScope() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getIsNameValid
public boolean getIsNameValid() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException
-
getIsNullable
public boolean getIsNullable() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getIsPublic
public boolean getIsPublic() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getIsUnknown
public boolean getIsUnknown() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException
-
getIsUsableDuringInitialization
public boolean getIsUsableDuringInitialization() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getIsWhitespaceSignificantCollection
public boolean getIsWhitespaceSignificantCollection() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getIsXData
public boolean getIsXData() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
-
getTrimSurroundingWhitespace
public boolean getTrimSurroundingWhitespace() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
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, PlatformNotSupportedException, NullReferenceException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, KeyNotFoundException, XamlSchemaException, IndexOutOfRangeException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
MissingMemberException
InvalidOperationException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
KeyNotFoundException
XamlSchemaException
IndexOutOfRangeException
ArrayTypeMismatchException
-
getUnderlyingType
public NetType getUnderlyingType() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
NullReferenceException
-
getInvoker
public XamlTypeInvoker getInvoker() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException
-
getContentProperty
public XamlMember getContentProperty() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FileLoadException, CultureNotFoundException, SecurityException, OutOfMemoryException, XamlSchemaException, KeyNotFoundException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FileLoadException
CultureNotFoundException
SecurityException
OutOfMemoryException
XamlSchemaException
KeyNotFoundException
-
getSchemaContext
public XamlSchemaContext getSchemaContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBaseType
public XamlType getBaseType() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, KeyNotFoundException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
KeyNotFoundException
-
getItemType
public XamlType getItemType() throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, KeyNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException, XamlSchemaException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
KeyNotFoundException
ObjectDisposedException
IndexOutOfRangeException
FormatException
XamlSchemaException
-
getKeyType
public XamlType getKeyType() throws java.lang.Throwable, NullReferenceException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, XamlSchemaException
-
getMarkupExtensionReturnType
public XamlType getMarkupExtensionReturnType() throws java.lang.Throwable, NullReferenceException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, SecurityException, InvalidOperationException, CultureNotFoundException, XamlSchemaException, TypeLoadException, ArgumentOutOfRangeException, FileLoadException, FileNotFoundException
- Throws:
java.lang.Throwable
NullReferenceException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
SecurityException
InvalidOperationException
CultureNotFoundException
XamlSchemaException
TypeLoadException
ArgumentOutOfRangeException
FileLoadException
FileNotFoundException
-
-