public class CommandLineToolSwitch extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CommandLineToolSwitch() |
CommandLineToolSwitch(CommandLineToolSwitchType toolType) |
CommandLineToolSwitch(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandLineToolSwitch |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into CommandLineToolSwitch, a cast assert is made to check if types are compatible. |
boolean |
getAllowMultipleValues() |
boolean |
getArgumentRequired() |
boolean |
getBooleanValue() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
java.lang.String |
getFallbackArgumentParameter() |
java.lang.String |
getFalseSuffix() |
boolean |
getIncludeInCommandLine() |
boolean |
getIsValid() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getName() |
int |
getNumber() |
boolean |
getRequired() |
java.lang.String |
getReverseSwitchValue() |
boolean |
getReversible() |
java.lang.String |
getSeparator() |
java.lang.String[] |
getStringList() |
java.lang.String |
getSwitchValue() |
ITaskItem[] |
getTaskItemArray() |
java.lang.String |
getTrueSuffix() |
CommandLineToolSwitchType |
getType() |
java.lang.String |
getValue() |
void |
setAllowMultipleValues(boolean AllowMultipleValues) |
void |
setArgumentRequired(boolean ArgumentRequired) |
void |
setBooleanValue(boolean BooleanValue) |
void |
setDescription(java.lang.String Description) |
void |
setDisplayName(java.lang.String DisplayName) |
void |
setFallbackArgumentParameter(java.lang.String FallbackArgumentParameter) |
void |
setFalseSuffix(java.lang.String FalseSuffix) |
void |
setIncludeInCommandLine(boolean IncludeInCommandLine) |
void |
setIsValid(boolean IsValid) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
setNumber(int Number) |
void |
setRequired(boolean Required) |
void |
setReverseSwitchValue(java.lang.String ReverseSwitchValue) |
void |
setReversible(boolean Reversible) |
void |
setSeparator(java.lang.String Separator) |
void |
setStringList(java.lang.String[] StringList) |
void |
setSwitchValue(java.lang.String SwitchValue) |
void |
setTaskItemArray(ITaskItem[] TaskItemArray) |
void |
setTrueSuffix(java.lang.String TrueSuffix) |
void |
setType(CommandLineToolSwitchType Type) |
void |
setValue(java.lang.String Value) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CommandLineToolSwitch()
throws java.lang.Throwable
java.lang.Throwablepublic CommandLineToolSwitch(CommandLineToolSwitchType toolType) throws java.lang.Throwable
java.lang.Throwablepublic CommandLineToolSwitch(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static CommandLineToolSwitch cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CommandLineToolSwitch, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCommandLineToolSwitch instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowMultipleValues()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getArgumentRequired()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getBooleanValue()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException
public java.lang.String getDescription()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDisplayName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFallbackArgumentParameter()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFalseSuffix()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIncludeInCommandLine()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsValid()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic int getNumber()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException
public boolean getRequired()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getReverseSwitchValue()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getReversible()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getStringList()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException
public java.lang.String getSwitchValue()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getTaskItemArray() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
public java.lang.String getTrueSuffix()
throws java.lang.Throwable
java.lang.Throwablepublic CommandLineToolSwitchType getType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getValue()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowMultipleValues(boolean AllowMultipleValues)
throws java.lang.Throwable
java.lang.Throwablepublic void setArgumentRequired(boolean ArgumentRequired)
throws java.lang.Throwable
java.lang.Throwablepublic void setBooleanValue(boolean BooleanValue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException
public void setDescription(java.lang.String Description)
throws java.lang.Throwable
java.lang.Throwablepublic void setDisplayName(java.lang.String DisplayName)
throws java.lang.Throwable
java.lang.Throwablepublic void setFallbackArgumentParameter(java.lang.String FallbackArgumentParameter)
throws java.lang.Throwable
java.lang.Throwablepublic void setFalseSuffix(java.lang.String FalseSuffix)
throws java.lang.Throwable
java.lang.Throwablepublic void setIncludeInCommandLine(boolean IncludeInCommandLine)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsValid(boolean IsValid)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setNumber(int Number)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException
public void setRequired(boolean Required)
throws java.lang.Throwable
java.lang.Throwablepublic void setReverseSwitchValue(java.lang.String ReverseSwitchValue)
throws java.lang.Throwable
java.lang.Throwablepublic void setReversible(boolean Reversible)
throws java.lang.Throwable
java.lang.Throwablepublic void setSeparator(java.lang.String Separator)
throws java.lang.Throwable
java.lang.Throwablepublic void setStringList(java.lang.String[] StringList)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException
public void setSwitchValue(java.lang.String SwitchValue)
throws java.lang.Throwable
java.lang.Throwablepublic void setTaskItemArray(ITaskItem[] TaskItemArray) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
public void setTrueSuffix(java.lang.String TrueSuffix)
throws java.lang.Throwable
java.lang.Throwablepublic void setType(CommandLineToolSwitchType Type) throws java.lang.Throwable
java.lang.Throwablepublic void setValue(java.lang.String Value)
throws java.lang.Throwable
java.lang.Throwable