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.StringassemblyFullNameFully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.Build.Tasks.v4.0static java.lang.StringclassNameQualified class name: Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchstatic JCTypeclassTypeThe 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 CommandLineToolSwitchcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCommandLineToolSwitch, a cast assert is made to check if types are compatible.booleangetAllowMultipleValues()booleangetArgumentRequired()booleangetBooleanValue()java.lang.StringgetDescription()java.lang.StringgetDisplayName()java.lang.StringgetFallbackArgumentParameter()java.lang.StringgetFalseSuffix()booleangetIncludeInCommandLine()booleangetIsValid()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 Typejava.lang.StringgetName()intgetNumber()booleangetRequired()java.lang.StringgetReverseSwitchValue()booleangetReversible()java.lang.StringgetSeparator()java.lang.String[]getStringList()java.lang.StringgetSwitchValue()ITaskItem[]getTaskItemArray()java.lang.StringgetTrueSuffix()CommandLineToolSwitchTypegetType()java.lang.StringgetValue()voidsetAllowMultipleValues(boolean AllowMultipleValues)voidsetArgumentRequired(boolean ArgumentRequired)voidsetBooleanValue(boolean BooleanValue)voidsetDescription(java.lang.String Description)voidsetDisplayName(java.lang.String DisplayName)voidsetFallbackArgumentParameter(java.lang.String FallbackArgumentParameter)voidsetFalseSuffix(java.lang.String FalseSuffix)voidsetIncludeInCommandLine(boolean IncludeInCommandLine)voidsetIsValid(boolean IsValid)voidsetJCOInstance(JCObject instance)voidsetName(java.lang.String Name)voidsetNumber(int Number)voidsetRequired(boolean Required)voidsetReverseSwitchValue(java.lang.String ReverseSwitchValue)voidsetReversible(boolean Reversible)voidsetSeparator(java.lang.String Separator)voidsetStringList(java.lang.String[] StringList)voidsetSwitchValue(java.lang.String SwitchValue)voidsetTaskItemArray(ITaskItem[] TaskItemArray)voidsetTrueSuffix(java.lang.String TrueSuffix)voidsetType(CommandLineToolSwitchType Type)voidsetValue(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.ThrowableInternal 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: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 CommandLineToolSwitch cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCommandLineToolSwitch, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CommandLineToolSwitchinstance- 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
-
-