Class LocalContentDescriptor

java.lang.Object
org.yamcs.studio.autocomplete.parser.ContentDescriptor
org.yamcs.studio.autocomplete.loc.LocalContentDescriptor

public class LocalContentDescriptor extends ContentDescriptor
  • Constructor Details

    • LocalContentDescriptor

      public LocalContentDescriptor()
  • Method Details

    • getInitialValueTooltip

      public String getInitialValueTooltip()
    • checkParameters

      public boolean checkParameters()
    • listVTypes

      public static Collection<String> listVTypes()
    • getVTypeDescription

      public static String getVTypeDescription(String vType)
    • addInitialvalue

      public void addInitialvalue(String value, Class<?> type)
    • getPvName

      public String getPvName()
    • setPvName

      public void setPvName(String pvName)
    • getvType

      public String getvType()
    • setvType

      public void setvType(String vType)
    • getInitialValues

      public List<String> getInitialValues()
    • getInitialValuesTypes

      public List<Class<?>> getInitialValuesTypes()
    • isCompletingVType

      public boolean isCompletingVType()
    • setCompletingVType

      public void setCompletingVType(boolean completingVType)
    • isCompletingInitialValue

      public boolean isCompletingInitialValue()
    • setCompletingInitialValue

      public void setCompletingInitialValue(boolean completingInitialValue)
    • isComplete

      public boolean isComplete()
    • setComplete

      public void setComplete(boolean complete)
    • toString

      public String toString()
      Overrides:
      toString in class ContentDescriptor