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.StringassemblyFullNameFully assembly qualified name: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.Build.Frameworkstatic java.lang.StringclassNameQualified class name: Microsoft.Build.Framework.XamlTypes.BasePropertystatic JCTypeclassTypeThe 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 voidBeginInit()static BasePropertycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoBaseProperty, a cast assert is made to check if types are compatible.voidEndInit()java.lang.StringgetCategory()RulegetContainingRule()DataSourcegetDataSource()java.lang.StringgetDefault()java.lang.StringgetDescription()java.lang.StringgetDisplayName()java.lang.StringgetF1Keyword()intgetHelpContext()java.lang.StringgetHelpFile()java.lang.StringgetHelpUrl()booleangetIncludeInCommandLine()booleangetIsRequired()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypebooleangetMultipleValuesAllowed()java.lang.StringgetName()booleangetReadOnly()java.lang.StringgetSeparator()java.lang.StringgetSubcategory()java.lang.StringgetSwitch()java.lang.StringgetSwitchPrefix()booleangetVisible()voidsetCategory(java.lang.String Category)voidsetContainingRule(Rule ContainingRule)voidsetDataSource(DataSource DataSource)voidsetDefault(java.lang.String Default)voidsetDescription(java.lang.String Description)voidsetDisplayName(java.lang.String DisplayName)voidsetF1Keyword(java.lang.String F1Keyword)voidsetHelpContext(int HelpContext)voidsetHelpFile(java.lang.String HelpFile)voidsetHelpUrl(java.lang.String HelpUrl)voidsetIncludeInCommandLine(boolean IncludeInCommandLine)voidsetIsRequired(boolean IsRequired)voidsetJCOInstance(JCObject instance)voidsetMultipleValuesAllowed(boolean MultipleValuesAllowed)voidsetName(java.lang.String Name)voidsetReadOnly(boolean ReadOnly)voidsetSeparator(java.lang.String Separator)voidsetSubcategory(java.lang.String Subcategory)voidsetSwitch(java.lang.String Switch)voidsetSwitchPrefix(java.lang.String SwitchPrefix)voidsetVisible(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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static BaseProperty cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoBaseProperty, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
BasePropertyinstance- 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
-
-