Package microsoft.build.tasks.xaml
Class CommandLineToolSwitch
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.tasks.xaml.CommandLineToolSwitch
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class CommandLineToolSwitch extends NetObject
The base .NET class managing Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch, Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- 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.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0static java.lang.String
className
Qualified class name: Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description CommandLineToolSwitch()
CommandLineToolSwitch(java.lang.Object instance)
Internal constructor.CommandLineToolSwitch(CommandLineToolSwitchType toolType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommandLineToolSwitch
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoCommandLineToolSwitch
, 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 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 Typejava.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)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, 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.Tasks.v4.0- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CommandLineToolSwitch
public CommandLineToolSwitch(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
CommandLineToolSwitch
public CommandLineToolSwitch() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CommandLineToolSwitch
public CommandLineToolSwitch(CommandLineToolSwitchType toolType) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
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 CommandLineToolSwitch cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoCommandLineToolSwitch
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
CommandLineToolSwitch
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getAllowMultipleValues
public boolean getAllowMultipleValues() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowMultipleValues
public void setAllowMultipleValues(boolean AllowMultipleValues) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getArgumentRequired
public boolean getArgumentRequired() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setArgumentRequired
public void setArgumentRequired(boolean ArgumentRequired) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBooleanValue
public boolean getBooleanValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
-
setBooleanValue
public void setBooleanValue(boolean BooleanValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
-
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
-
getIsValid
public boolean getIsValid() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsValid
public void setIsValid(boolean IsValid) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRequired
public boolean getRequired() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRequired
public void setRequired(boolean Required) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getReversible
public boolean getReversible() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReversible
public void setReversible(boolean Reversible) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNumber
public int getNumber() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
-
setNumber
public void setNumber(int Number) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
-
getTaskItemArray
public final ITaskItem[] getTaskItemArray() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
-
setTaskItemArray
public void setTaskItemArray(ITaskItem[] TaskItemArray) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
-
getType
public CommandLineToolSwitchType getType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setType
public void setType(CommandLineToolSwitchType Type) 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
-
getFallbackArgumentParameter
public java.lang.String getFallbackArgumentParameter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFallbackArgumentParameter
public void setFallbackArgumentParameter(java.lang.String FallbackArgumentParameter) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFalseSuffix
public java.lang.String getFalseSuffix() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFalseSuffix
public void setFalseSuffix(java.lang.String FalseSuffix) 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
-
getReverseSwitchValue
public java.lang.String getReverseSwitchValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReverseSwitchValue
public void setReverseSwitchValue(java.lang.String ReverseSwitchValue) 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
-
getSwitchValue
public java.lang.String getSwitchValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSwitchValue
public void setSwitchValue(java.lang.String SwitchValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTrueSuffix
public java.lang.String getTrueSuffix() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTrueSuffix
public void setTrueSuffix(java.lang.String TrueSuffix) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getValue
public java.lang.String getValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValue
public void setValue(java.lang.String Value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStringList
public java.lang.String[] getStringList() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
-
setStringList
public void setStringList(java.lang.String[] StringList) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
-
-