Class BaseProperty
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.framework.xamltypes.BaseProperty
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
BoolProperty
,DynamicEnumProperty
,EnumProperty
,IntProperty
,StringListProperty
,StringProperty
public class BaseProperty extends NetObject
The base .NET class managing Microsoft.Build.Framework.XamlTypes.BaseProperty, Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Framework.XamlTypes.BaseProperty
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: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.Build.Frameworkstatic java.lang.String
className
Qualified class name: Microsoft.Build.Framework.XamlTypes.BasePropertystatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BaseProperty()
BaseProperty(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
BeginInit()
static BaseProperty
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoBaseProperty
, a cast assert is made to check if types are compatible.void
EndInit()
java.lang.String
getCategory()
Rule
getContainingRule()
DataSource
getDataSource()
java.lang.String
getDefault()
java.lang.String
getDescription()
java.lang.String
getDisplayName()
java.lang.String
getF1Keyword()
int
getHelpContext()
java.lang.String
getHelpFile()
java.lang.String
getHelpUrl()
boolean
getIncludeInCommandLine()
boolean
getIsRequired()
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 objectJCType
getJCOType()
Returns the instantiated class Typeboolean
getMultipleValuesAllowed()
java.lang.String
getName()
boolean
getReadOnly()
java.lang.String
getSeparator()
java.lang.String
getSubcategory()
java.lang.String
getSwitch()
java.lang.String
getSwitchPrefix()
boolean
getVisible()
void
setCategory(java.lang.String Category)
void
setContainingRule(Rule ContainingRule)
void
setDataSource(DataSource DataSource)
void
setDefault(java.lang.String Default)
void
setDescription(java.lang.String Description)
void
setDisplayName(java.lang.String DisplayName)
void
setF1Keyword(java.lang.String F1Keyword)
void
setHelpContext(int HelpContext)
void
setHelpFile(java.lang.String HelpFile)
void
setHelpUrl(java.lang.String HelpUrl)
void
setIncludeInCommandLine(boolean IncludeInCommandLine)
void
setIsRequired(boolean IsRequired)
void
setJCOInstance(JCObject instance)
void
setMultipleValuesAllowed(boolean MultipleValuesAllowed)
void
setName(java.lang.String Name)
void
setReadOnly(boolean ReadOnly)
void
setSeparator(java.lang.String Separator)
void
setSubcategory(java.lang.String Subcategory)
void
setSwitch(java.lang.String Switch)
void
setSwitchPrefix(java.lang.String SwitchPrefix)
void
setVisible(boolean Visible)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.Build.Framework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.Build.Framework.XamlTypes.BaseProperty- See Also:
- Constant Field Values
-
-
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(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public 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 BaseProperty cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoBaseProperty
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
BaseProperty
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
BeginInit
public void BeginInit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndInit
public void EndInit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIncludeInCommandLine
public boolean getIncludeInCommandLine() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIncludeInCommandLine
public void setIncludeInCommandLine(boolean IncludeInCommandLine) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsRequired
public boolean getIsRequired() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsRequired
public void setIsRequired(boolean IsRequired) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMultipleValuesAllowed
public boolean getMultipleValuesAllowed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMultipleValuesAllowed
public void setMultipleValuesAllowed(boolean MultipleValuesAllowed) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVisible
public boolean getVisible() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVisible
public void setVisible(boolean Visible) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHelpContext
public int getHelpContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHelpContext
public void setHelpContext(int HelpContext) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataSource
public DataSource getDataSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDataSource
public void setDataSource(DataSource DataSource) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContainingRule
public Rule getContainingRule() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContainingRule
public void setContainingRule(Rule ContainingRule) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCategory
public java.lang.String getCategory() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCategory
public void setCategory(java.lang.String Category) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefault
public java.lang.String getDefault() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefault
public void setDefault(java.lang.String Default) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDescription
public void setDescription(java.lang.String Description) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDisplayName
public java.lang.String getDisplayName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDisplayName
public void setDisplayName(java.lang.String DisplayName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getF1Keyword
public java.lang.String getF1Keyword() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setF1Keyword
public void setF1Keyword(java.lang.String F1Keyword) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHelpFile
public java.lang.String getHelpFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHelpFile
public void setHelpFile(java.lang.String HelpFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHelpUrl
public java.lang.String getHelpUrl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHelpUrl
public void setHelpUrl(java.lang.String HelpUrl) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSeparator
public java.lang.String getSeparator() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSeparator
public void setSeparator(java.lang.String Separator) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSubcategory
public java.lang.String getSubcategory() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSubcategory
public void setSubcategory(java.lang.String Subcategory) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSwitch
public java.lang.String getSwitch() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSwitch
public void setSwitch(java.lang.String Switch) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSwitchPrefix
public java.lang.String getSwitchPrefix() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSwitchPrefix
public void setSwitchPrefix(java.lang.String SwitchPrefix) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-