public final class MyTypeDefinition extends Object
Constructor and Description |
---|
MyTypeDefinition(String name,
MyType myType,
Type type,
String units,
BigInteger precision,
BigDecimal lowerLimit,
BigDecimal upperLimit,
String defaultValue,
List<String> enumeration,
BigInteger minLength,
BigInteger maxLength,
String prefix,
String suffix,
String validationPattern) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
List<String> |
getEnumeration() |
BigDecimal |
getLowerLimit() |
BigInteger |
getMaxLength() |
BigInteger |
getMinLength() |
MyType |
getMyType() |
String |
getName() |
BigInteger |
getPrecision() |
String |
getPrefix() |
String |
getSuffix() |
Type |
getType() |
String |
getUnits() |
BigDecimal |
getUpperLimit() |
String |
getValidationPattern() |
String |
toString() |
public MyTypeDefinition(String name, MyType myType, Type type, String units, BigInteger precision, BigDecimal lowerLimit, BigDecimal upperLimit, String defaultValue, List<String> enumeration, BigInteger minLength, BigInteger maxLength, String prefix, String suffix, String validationPattern)
public String getName()
public MyType getMyType()
public Type getType()
public String getUnits()
public BigInteger getPrecision()
public BigDecimal getLowerLimit()
public BigDecimal getUpperLimit()
public String getDefaultValue()
public BigInteger getMinLength()
public BigInteger getMaxLength()
public String getPrefix()
public String getSuffix()
public String getValidationPattern()
Copyright © 2012–2022. All rights reserved.