Klasse AbstractSimpleTypeReference
java.lang.Object
org.apache.plc4x.plugins.codegenerator.language.mspec.model.references.AbstractSimpleTypeReference
- Alle implementierten Schnittstellen:
org.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference,org.apache.plc4x.plugins.codegenerator.types.references.TypeReference,org.apache.plc4x.plugins.codegenerator.types.references.TypeReferenceConversions
- Bekannte direkte Unterklassen:
DefaultBooleanTypeReference,DefaultByteTypeReference,DefaultFloatTypeReference,DefaultIntegerTypeReference,DefaultStringTypeReference,DefaultTemporalTypeReference,DefaultUndefinedTypeReference,DefaultVintegerTypeReference,DefaultVstringTypeReference
public abstract class AbstractSimpleTypeReference
extends Object
implements org.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference
org.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference.SimpleBaseType -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final org.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference.SimpleBaseTypeprotected final int -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAbstractSimpleTypeReference(org.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference.SimpleBaseType baseType, int sizeInBits) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.apache.plc4x.plugins.codegenerator.types.references.TypeReference
getDiscriminatorType, isByteBasedVon Schnittstelle geerbte Methoden org.apache.plc4x.plugins.codegenerator.types.references.TypeReferenceConversions
asArrayTypeReference, asBooleanTypeReference, asByteTypeReference, asComplexTypeReference, asDataIoTypeReference, asEnumTypeReference, asFloatTypeReference, asIntegerTypeReference, asNonSimpleTypeReference, asSimpleTypeReference, asSimpleVarLengthTypeReference, asStringTypeReference, asTemporalTypeReference, asVstringTypeReference, isArrayTypeReference, isBooleanTypeReference, isByteTypeReference, isComplexTypeReference, isDataIoTypeReference, isEnumTypeReference, isFloatTypeReference, isIntegerTypeReference, isNonSimpleTypeReference, isSimpleTypeReference, isSimpleVarLengthTypeReference, isStringTypeReference, isTemporalTypeReference, isVstringTypeReference
-
Felddetails
-
baseType
protected final org.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference.SimpleBaseType baseType -
sizeInBits
protected final int sizeInBits
-
-
Konstruktordetails
-
AbstractSimpleTypeReference
public AbstractSimpleTypeReference(org.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference.SimpleBaseType baseType, int sizeInBits)
-
-
Methodendetails
-
getBaseType
public org.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference.SimpleBaseType getBaseType()- Angegeben von:
getBaseTypein Schnittstelleorg.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference
-
getSizeInBits
public int getSizeInBits()- Angegeben von:
getSizeInBitsin Schnittstelleorg.apache.plc4x.plugins.codegenerator.types.references.SimpleTypeReference
-
toString
-
equals
-
hashCode
public int hashCode()
-